home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr47 / fn32_3.zip / PASTE.DOC < prev    next >
Text File  |  1993-02-07  |  715b  |  17 lines

  1. Usage: paste
  2.     [-s] [-d delim-list] [+serial] [+delimiters delim-list] [file...]
  3.  
  4.    Options:
  5.    +serial
  6.    -s                     Paste one file at a time rather than
  7.                           one line from each file.
  8.    +delimiters delim-list
  9.    -d delim-list          Consecutively use the characters in
  10.                           DELIM-LIST instead of tab to separate
  11.                           merged lines.  When DELIM-LIST is exhausted,
  12.                           start again at its beginning.
  13.    A FILE of `-' means standard input.
  14.    If no FILEs are given, standard input is used.
  15.    The list of valid escape sequences has been expanded over the Unix
  16.    version, to include \b, \f, \r, and \v.
  17.